'Declaration Public Function New( _
ByVal processingCommandКоманда обработки.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetЦель.As System.Object, _
ByVal valueРезультирующее значение.As TValue, _
ByVal descriptionОписание результата обработки.As System.String _
)
public AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value,
System.String description
)
public: AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value,
System.String description
)
public:
AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value,
System.String description
)
Parameters
- processingCommand
- Команда обработки.
- target
- Цель.
- value
- Результирующее значение.
- description
- Описание результата обработки.